From: Thien-Thi Nguyen Date: Fri, 17 Aug 2007 22:18:54 +0000 (+0000) Subject: (copyright-limit): Fix sense typo in defsubst. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~17345 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=97350859ac9e2896e09ebead8019d192d7269255;p=emacs.git (copyright-limit): Fix sense typo in defsubst. --- diff --git a/lisp/emacs-lisp/copyright.el b/lisp/emacs-lisp/copyright.el index fc6ff213c6f..cc392a36f04 100644 --- a/lisp/emacs-lisp/copyright.el +++ b/lisp/emacs-lisp/copyright.el @@ -91,8 +91,7 @@ When this is `function', only ask when called non-interactively." "String representing the current year.") (defsubst copyright-limit () ; re-search-forward BOUND - (or (not copyright-limit) - (+ (point) copyright-limit))) + (and copyright-limit (+ (point) copyright-limit))) (defun copyright-update-year (replace noquery) (when